Tighten doc test.
authorrobertl <robertl>
Tue, 13 Feb 2007 19:47:19 +0000 (19:47 +0000)
committerrobertl <robertl>
Tue, 13 Feb 2007 19:47:19 +0000 (19:47 +0000)
tools/mkcapabilities.in

index 44fd8bb8474e69962b13ecb015b129aa3f524311..6a133a66132e5ac8a91d24e651b2567a15b80a81 100755 (executable)
@@ -32,3 +32,10 @@ function getcap(type, cap, sname, lname) {
 
 getcap($1, $2, $3, $5)
 ' > @DOCDIR@capabilities.inc > @DOCDIR@capabilities.inc
+
+FMTS=`./gpsbabel -^2 | sed 's/\&/\&amp;/' | awk  -F'\t' '{print $3}'`
+for f in $FMTS
+do
+       [ ! -f @DOCDIR@/htmldoc-development/fmt_${f}.html ] && echo Missing doc for $f
+done
+